dotnetCHARTING Send comments on this topic.
Add(MapLayer[]) Method
See Also 
dotnetCHARTING.Mapping Namespace > MapLayerCollection Class > Add Method : Add(MapLayer[]) Method


mapLayerList
A list of MapLayer objects to add.
Adds the specified MapLayer objects to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal ParamArray mapLayerList() As MapLayer _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapLayerCollection
Dim mapLayerList() As MapLayer
 
instance.Add(mapLayerList)
C# 
public void Add( 
   params MapLayer[] mapLayerList
)

Parameters

mapLayerList
A list of MapLayer objects to add.

See Also

© 2010 All Rights Reserved.